/*
 *
 *   UCSJ - Estilos corrección estilos visuales
 *   version 2.6
 *
*/

/*#region Master Page*/
body {
    padding-right: 0;
}
body.mini-navbar .nav-header {
    padding: 0;
    background-color: #2f4050;
}

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
    min-width: 300px;
}

.page-header {
    margin: 10px 0 20px;
}
.nav > li.active {
    border-left: 4px solid #ff5f6c;
}
.nav-header {
    background-image: none;
}
.nav-header span img{
    margin: -20px 0px 0px 10px;
}
.nav-header label{
    margin: 0px 0px 0px 20px;
    text-align:center;
}
.navbar-static-top {
    background-color: #f1f3f4;
    z-index: 20;
}
.nav.navbar-right > li > div > a {
    color: #8a8a8a;
    font-weight: 600;
    font-size: 14px;
    padding: 20px 15px 20px 0px;
    min-height: 50px;
}
.nav.navbar-right > li > a {
    color: #8a8a8a;
}
.text-muted {
    color: #8a8a8a;
}
.welcome-message {
    cursor: default;
}
.top-navigation .navbar-brand {
    padding: 7px 8px;
}
.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.logo-element {
    padding: 12px 0;
}

.logo-ucsj {
    width: 144px;
    height: 117px;
}

.logo-ucsj-mini {
    width: 46px;
    height: 46px;
}
.gray-bg {
    background-color: #f6f6f6;
}
.wrapper-content {
    padding: 30px 15px 60px;
}
.product-box {
    border: 1px solid #DDD;
}
.product-box:hover, .product-box.active {
    border: 1px solid #DDD;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/*#endregion*/

/*#region UI Elements*/
.panel-info {
  border-color: #1ab394;
}
.panel-info > .panel-heading {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}
.select2-dropdown {
    z-index: 9001 !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #E5E6E7 !important;
    border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}
.modal-dialog {
    z-index: 30;
}
.inmodal .modal-body {
    background: #f6f6f6 !important;
}
.ibox {
    clear: both;
    margin-bottom: 28px;
    margin-top: 0;
    padding: 0;
    box-shadow: 3px 3px 8px 0px rgba(216, 216, 216, 0.22);
    border: 1px solid #e2e2e2;
}
.ibox-title {
    border-style: none;
}
.ibox-content {
    padding: 30px;
}
.ibox-footer {
    font-size: 13px;
    line-height: 1.6;
    padding: 20px 30px;
}
.ibox-title-button-sm {
    position: absolute;
    right: 25px;
    top: 11px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
}
/*#endregion*/